TimedAnimation.this

Creates a new AdwTimedAnimation on @widget to animate @target from @from to @to.

  1. this(AdwTimedAnimation* adwTimedAnimation, bool ownedRef)
  2. this(Widget widget, double from, double to, uint duration, AnimationTarget target)
    class TimedAnimation

Parameters

widget Widget

a widget to create animation on

from double

a value to animate from

to double

a value to animate to

duration uint

a duration for the animation

target AnimationTarget

a target value to animate

Return Value

the newly created animation

Throws

ConstructionException GTK+ fails to create the object.

Meta